From f94c7e39be707ef1eadac6a420c1b8557bf17489 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 13 Feb 2025 00:15:10 +0800 Subject: [PATCH] Fix build for gcc 15 (#934) Co-authored-by: Peng Wu Bug-Debian: https://bugs.debian.org/1097512 Gbp-Pq: Topic backport Gbp-Pq: Name 0006-Fix-build-for-gcc-15-934.patch --- src/SerializedValues.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SerializedValues.hpp b/src/SerializedValues.hpp index c17210b..f7e5bb2 100644 --- a/src/SerializedValues.hpp +++ b/src/SerializedValues.hpp @@ -18,6 +18,8 @@ #pragma once +#include + #include "Common.hpp" #include "SerializableDict.hpp" -- 2.30.2